Skip to content

Conversation

@alshakero
Copy link
Member

@alshakero alshakero commented Jan 8, 2026

Fixes DOTCOM-15636

Proposed Changes

Add a new field to store logged out Odie sessions in the Help Center.

Why are these changes being made?

To make #107902 smaller.

Testing Instructions

  1. Unit tests passing.

@matticbot
Copy link
Contributor

matticbot commented Jan 8, 2026

This PR modifies the release build for the following Calypso Apps:

For info about this notification, see here: PCYsg-OT6-p2

  • blaze-dashboard
  • help-center
  • notifications
  • odyssey-stats
  • wpcom-block-editor

To test WordPress.com changes, run install-plugin.sh $pluginSlug dotcom-15636-create-a-data-store-field-to-persist-logged-out-session on your sandbox.

@matticbot
Copy link
Contributor

matticbot commented Jan 8, 2026

Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:

App Entrypoints (~291 bytes added 📈 [gzipped])

Details
name                   parsed_size           gzip_size
entry-subscriptions         +490 B  (+0.0%)     +156 B  (+0.0%)
entry-reauth-required       +490 B  (+0.0%)     +141 B  (+0.0%)
entry-main                  +490 B  (+0.0%)     +141 B  (+0.0%)
entry-login                 +490 B  (+0.0%)     +141 B  (+0.0%)

Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used.

Sections (~147 bytes added 📈 [gzipped])

Details
name                      parsed_size           gzip_size
async-step-unified-plans       +490 B  (+0.0%)     +147 B  (+0.0%)

Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to.

Async-loaded Components (~280 bytes added 📈 [gzipped])

Details
name                               parsed_size           gzip_size
async-load-help-center-app              +493 B  (+0.0%)     +144 B  (+0.0%)
async-load-automattic-data-stores       +490 B  (+0.5%)     +136 B  (+0.5%)

React components that are loaded lazily, when a certain part of UI is displayed for the first time.

Legend

What is parsed and gzip size?

Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory.
Gzip Size: Compressed size of the JS and CSS files. This much data needs to be downloaded over network.

Generated by performance advisor bot at iscalypsofastyet.com.

@alshakero alshakero merged commit 7f6289a into trunk Jan 8, 2026
13 checks passed
@alshakero alshakero deleted the dotcom-15636-create-a-data-store-field-to-persist-logged-out-session branch January 8, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants